Welcome![Sign In][Sign Up]
Location:
Search - api socket

Search list

[Internet-NetworkSocketLib

Description: Socketlib: 一个轻量级的C++ 封装Socket C API 网络编程框架。 它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。 目前,只支持Window下IPV4;将来支持IPV6,并希望能将其扩展到linux/unix等OS平台。 -Socketlib: a lightweight C++ Package Socket C API network programming framework. It simplifies asynchronous event Socket distributed, inter-process communication Socket concurrent OO network applications and services. At present, only support Window under IPV4 future support for IPV6, and hope to extend it to linux/unix and other OS platforms.
Platform: | Size: 912384 | Author: bolidezhang | Hits:

[Software EngineeringAddison.Wesley-UNIX.Network.Programming.Volume.1.3

Description: Addison Wesley UNIX.Network.Programming.Volume.1.3rd.Ed.The.Sockets.Networking.API
Platform: | Size: 5824512 | Author: patrick | Hits:

[Game Server Simulatorcqymfx

Description: 最近对高性能的服务器比较感兴趣,读过了DELPHI的Socker源码WebService及RemObject之后,高性能的服务器感兴趣。 你可能需要的以下知识才能更好的读懂一个商业源码: 1).SOCKET的I/O模型熟悉掌握。 2).面向对象技术的熟悉掌握。 3).Socket的API掌握。 4).多线程技术等。 5).一门熟悉的开发工具掌握,和多种语言的源码阅读能力。 -A recent comparison of high-performance servers that are interested, I read the DELPHI source of Socker after WebService and RemObject, high-performance server with interest. You may need the following knowledge in order to better understand a commercial source: 1). SOCKET the I/O model of mastery. 2). The familiar object-oriented technology to master. 3). Socket grasp of the API. 4). Multi-threading technology. 5). A familiar development tools to master, and multi-lingual source of reading ability.
Platform: | Size: 24576 | Author: qingczhang | Hits:

[Program docC++forsimpleTCPsever

Description: WinSock API是一套供Microsoft Windows操作系统使用的套接字程序库 文挡详细叙述了建立套接字的步骤,对于用c++编socket的初学者来说有很大的帮助-err
Platform: | Size: 32768 | Author: 高洋 | Hits:

[Video Captureip-camera-api_src

Description: 网络摄像机相关的API源码,对开发ip camera有一定帮助-Network Camera API source code related to the development of a certain ip camera help
Platform: | Size: 13312 | Author: yq | Hits:

[OtherWSA

Description: 关于Windows Sockets API Interface方面的一篇不错的pdf文档,推荐给想了解Windows Sockets API Interface的朋友。-On the Windows Sockets API Interface aspects of a good pdf documents, recommended to would like to know the Windows Sockets API Interface friends.
Platform: | Size: 84992 | Author: nadam | Hits:

[OtherwinSocketTestApp

Description: WinSock Win32 API 的打包类和例子程序 < WinSock > winSocket/winSocketEx: 如果你正在Windows环境中用C++编写TCP/IP网络程序,那么使用这个打包类吧,我想它不会让你失望的。winSocket几乎封装了编写TCP/IP网络应用程序所需的所有内容,winSocketEx加入了对SOCKS 4/5代理服务器的支持。使得在自己的程序中加入代理支持易如反掌。这个打包类支持的特性包括:Connect、Send、Receive、Close、Listen、Bind、Accept、asyncSelect、get_LocalHost、get_LocalPort、get_RemoteHost、get_RemotePort等等。 [代码性质] VC可重用代码段 [代码作者] ryan [文件大小] 53K 声明:转自其他网站 -WinSock Win32 API categories and examples of the packing process <WinSock> winSocket/winSocketEx: If you are using Windows environment C++ Prepared TCP/IP network program, then use this type of packing, I think it will not let you disappointed . WinSocket almost encapsulates the preparation of TCP/IP network applications all the necessary elements, winSocketEx adding a SOCKS 4/5 proxy server support. Making procedures in their own easy to add agent support. This type of support package features include: Connect, Send, Receive, Close, Listen, Bind, Accept, asyncSelect, get_LocalHost, get_LocalPort, get_RemoteHost, get_RemotePort and so on. [Character code] VC reusable code segment [code author] ryan [size] 53K statement: Transfer from other sites
Platform: | Size: 43008 | Author: 邓影 | Hits:

[Internet-Networkhsocket-0.4.0.tar

Description: This library is intended for providing C++ Wrapper class for native socket api. It is tested under g++(*NIX, Linux, Cygwin), Visual C++ Environments, and will support vendor supported C++ compilers.-This library is intended for providing C++ Wrapper class for native socket api. It is tested under g++ (* NIX, Linux, Cygwin), Visual C++ Environments, and will support vendor supported C++ compilers.
Platform: | Size: 77824 | Author: balife | Hits:

[Internet-Networkselfupdate

Description: 一个基于Socket的在线更新程序,有以下特点:1、socket api + 多线程,更新部分放在Dll中,接口简单,调用方便。2、支持多级目录更新3、支持Socks5代理4、MSN风格的浮动窗口 -Socket-based online updates, has the following characteristics: 1, socket api+ Multi-threading, updated in part on the Dll, the interface is simple, easy call. 2, support for multi-level directory update 3, support Socks5 proxy 4, MSN-style floating window
Platform: | Size: 474112 | Author: cando | Hits:

[Hook api222

Description: 本文主要介绍了如何实现替换Windows上的API函数,实现Windows API Hook(当然,对于 socket的Hook只是其中的一种特例)。这种Hook API技术被广泛的采用在一些领域中,如 屏幕取词,个人防火墙等。-This paper mainly introduces how to replace the API function of Windows to achieve Windows API Hook (Of course, the Hook is only one socket of a special case). Hook API such technology are widely used in a number of areas, such as Screen, personal firewalls.
Platform: | Size: 7168 | Author: AQIANG | Hits:

[CommunicationvariousSockIOMmodels

Description: Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using the select API. Only a server sample is provided. WSAAsyncSelect Illustrates the WSAAsyncSelect socket model. Only a server sample is provided. WSAEventSelect Illustrates the WSAEventSelect socket model. Only a server sample is provided. overlapped Illustrates the overlapped IO model using events.Only a server sample is provided. iocp Illustrates overlapped IO using an IO comletion port.Both a client and server sample are provided.
Platform: | Size: 78848 | Author: Janferry | Hits:

[Communication-Mobilewangyue4

Description: 这是江苏企业通讯协议(联通版本)的一个Release,因为公司业务已经转换到java版本所以,我决定发布EMSP 2.0 C++ 版本的协议部分,因为当时比较仓促,设计的不是很好,但是我想对于刚刚涉及网络开发的人,特别是刚刚涉及短信息业务开发的人应该有所帮助,我所发布的部分只是协议处理部分的内容,不包括网络的处理,网络处理部分很简单,如果使用BCB或者VC的话您可以使用,VCL或者MFC中封装好的Socket组件来使用就可以了,或者您使用Socket API来处理。对于linux和Unix用户,我想您应该知道如何使用Socket了吧:) 本人曾在VC7 ,BCB6,kylix,G++上生成系统,但是不保证您在上述平台上可以正确生成系统。VC6因为对Standard C++支持不足,无法编译本代码。
Platform: | Size: 25600 | Author: 王跃 | Hits:

[SymbianShoutcast_2x3x_20060526

Description: 在线广播的symbian的源码,可在线播放MP3,socket使用CMNET连接-Online radio symbian source code, available online to play MP3, socket used to connect CMNet
Platform: | Size: 223232 | Author: | Hits:

[JSP/Javajava_network

Description: 孙卫琴 java网络编程详解源代码 用到了以下软件:  JDK:编译和运行本书所有Java程序必不开少。  ANT:本书用它来编译Java程序,它需要JDK的支持。  MerakMailServer:是一个邮件服务器程序。第2章(Socket用法详解)的2.6节的MailSender程序以及第14章(通过Java Mail API收发邮件)的邮件客户程序都需要访问邮件服务器。  MySQL:第12章(通过JDBC API访问数据库)和第13章(基于MVC和RMI的分布式应用)都以MySQL作为数据库服务器。  Tomcat:第17章(Web服务简介)用Tomcat来发布Axis JavaWeb应用。-Java network programming孙卫琴explain the source code used in the following software:
Platform: | Size: 7396352 | Author: 朱文中 | Hits:

[ARM-PowerPC-ColdFire-MIPSIP

Description: 移植到嵌入式系统的TCPIP协议源码,源码内有详细中文注解。 已实现的功能: 支持TCP, UDP, IP, ICMP, ARP, ETHERNET等协议;兼容BSD标准的Socket API接口函数库;ICMP实现PING的功能和UDP无效端口返回;支持TCP的流控制和超时重传;支持TCP主动连接和被动连接; 􀁺 支持在多任务中建立多个不同的TCP连接,支持各连接同时收发数据; 􀁺 提供WebSever和UDP服务器范例。 还没实现功能: 􀁺 IP报的处理不支持分段 在多个网络接口的应用是两个网络间的最大报大小要基本相等。 􀁺 ICMP协议还不是非常完整 目前ICMP协议只支持PING的功能和UDP无效端口返回。 􀁺 TCP协议不支持紧急数据 这一版本的ZLG/IP不对TCP传输中的紧急数据报进行处理。 􀁺 不支持IGMP协议 这一版本的ZLG/IP不支持IP组播和广播。 􀁺 不支持Socket API发送函数发送大于PMTU 用Socket API发送函数发送数据时,数据长度不可大于一个TCP或UDP报有效数据的长度。
Platform: | Size: 1682432 | Author: 谭剑鸣 | Hits:

[TCP/IP stackBUDPServer

Description: 阻塞模式的UDP通信,本程序是服务端,在WIN32环境下,完成基本的UDP协议通信,SOCKET API的封装,对初学者很有帮助。-Obstructive patterns of UDP communications, the process is client service, in the WIN32 environment, the completion of basic UDP protocol communication, SOCKET API package, very helpful for beginners.
Platform: | Size: 3072 | Author: 小潘 | Hits:

[TCP/IP stackBUDPClient

Description: 阻塞模式的UDP通信,本程序是客户端,在WIN32环境下,完成基本的UDP协议通信,SOCKET API的封装,对初学者很有帮助。-Obstructive patterns of UDP communications, the process is the client, in the WIN32 environment, the completion of basic UDP protocol communication, SOCKET API package, very helpful for beginners.
Platform: | Size: 3072 | Author: 小潘 | Hits:

[TCP/IP stackNBUDPClient

Description: 非阻塞模式的UDP通信,本程序是客户端,在WIN32环境下,完成基本的UDP协议通信,SOCKET API的封装,对初学者很有帮助。-UDP non-blocking mode of communication, this process is the client, in the WIN32 environment, the completion of basic UDP protocol communication, SOCKET API package, very helpful for beginners.
Platform: | Size: 3072 | Author: 小潘 | Hits:

[TCP/IP stackNBUDPServer

Description: 非阻塞模式的UDP通信,本程序是服务端,在WIN32环境下,完成基本的UDP协议通信,SOCKET API的封装,对初学者很有帮助。-UDP non-blocking mode of communication, the process is client service, in the WIN32 environment, the completion of basic UDP protocol communication, SOCKET API package, very helpful for beginners.
Platform: | Size: 3072 | Author: 小潘 | Hits:

[Communicationserialport2

Description: winsock编程。编程流程,多线程,及一些编程技巧,socket api-winsock programming. Flow programming, multithreading, and some programming skills, socket api
Platform: | Size: 8713216 | Author: 贺康 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 25 »

CodeBus www.codebus.net